Welcome![Sign In][Sign Up]
Location:
Search - CRC matlab

Search list

[JSP/JavaCRC校验

Description: 这是一个关于二进制编码的校验问题,通过校验之后,检验是否传输正确。-This is a binary encoded on the check, by check, to verify whether the correct transmission.
Platform: | Size: 3072 | Author: chen1957 | Hits:

[CommunicationCRC_codes

Description: 通信系统的仿真,CRC是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, CRC is an error-correcting code that can be used in communications, this example is based on the Matlab program can be used for actual simulation!
Platform: | Size: 2048 | Author: 陈榧 | Hits:

[OthercrcDecode

Description: 比较完善的CRC编码VerilogHDL描述-more perfect description of CRC coding VerilogHDL
Platform: | Size: 4096 | Author: nil | Hits:

[MiddleWarematlab_cdma

Description: 该程序仿真CDMA接收机的功能,包括解扩,解交织,信道编码(卷积码),解码,信源编码(CRC)解码5个功能模块,生成用于数字基带传输的信号序列。 仿真CDMA发射机的功能,包括随机序列的产生,信源编码尾比特添加, 信道编码(卷积编码),分组交织和扩频调制6个功能模块,生成用于数字基带,传输的信号序列,输出还包括用于解调所需要的信源编码尾比特值add_bits,交织器的尾比特值i_add_bits-CDMA receiver functions, including despreading, Xie intertwined, channel coding (convolutional codes), decoded, the source code (CRC) decoder five functional modules, production figures for the base band signal transmission sequence. Simulation CDMA transmitter functions, including random sequence generation, the source coding bit late add, Channel Coding (coding), a spread-spectrum modulation intertwined and six functional modules, production figures for the base-band, The transmission signal sequence, and the output is also included for the modems needed source coding bit value add_bits tail, interleaver value of the last bit i_add_bits
Platform: | Size: 3072 | Author: 刘洪 | Hits:

[Modem programCRC_32

Description: this man file is CRC_32, it is computer CRC 32,so it is use look up table to computer,you can first see document.txt,hope you can use that-this file is CRC_32 man, it is computer CRC 32, so it is use to look up table computer, you can first see document.txt. hope you can use that
Platform: | Size: 1024 | Author: 黄彦柏 | Hits:

[matlabcrc16_MATLAB

Description: 16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。-16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.
Platform: | Size: 1024 | Author: 高志斌 | Hits:

[Communication-Mobilecrc_16

Description: CRC-16的编解码程序和仿真结果。统计了漏检概率随错误比特数目的曲线。-CRC-16 codec procedures and simulation results. Statistics of the undetected bit error probability with the number of curves.
Platform: | Size: 21504 | Author: 李明 | Hits:

[matlabcode

Description: CRC码生成器和卷积码的仿真程序。其中CRC码可以自定义生成多相式或字符串;卷积码可以自定义约束长度和码长。-CRC code generator and the simulation program convolutional codes. Which the CRC code can customize the generation of multi-phase or string convolutional codes can customize the constraint length and code length.
Platform: | Size: 1024 | Author: 杨丽 | Hits:

[matlabCRC_encode_decode

Description: 这是一个matlab编写的CRC冗余校验编解码程序,里面采用了美国通用的16位CRC交验多项式,-This is a matlab prepared codec CRC redundancy check procedure, which uses the U.S. General inspection of the 16-bit CRC polynomial,
Platform: | Size: 1024 | Author: 景秀 | Hits:

[OthersimiulinkCRC

Description: simulink s函数,用C写的CRC校验和解校验的程序,原理简单,但是可以用来做学习simulink的好例子。-simulink s function, using C to write the CRC checksum checksum reconciliation procedures, the principle of simple, but can be used to make a good example of learning simulink.
Platform: | Size: 4096 | Author: xingang | Hits:

[matlabsimulate

Description: 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redundancy Check CRC (Cyclic Redundancy Check) code is a linear code from the sub-branch from the main application is the binary code word. Coding is simple and very low probability of miscarriage of justice, in the communication system has been widely used. Cyclic redundancy check code is a block code in one important class of linear code, which not only has good in theory, algebraic structure, and its encoding and decoding of linear shift register can easily realize . CRC through analysis and simulation tool based on MATLAB, and fully proves that the CRC error detection ability of a strong, simple coding.
Platform: | Size: 7168 | Author: 王明 | Hits:

[matlabCRCencode

Description: 在基于matlab移动通信仿真中要使用到,作为信源使用,这个是信源码的编码的程序。-Matlab-based simulation of mobile communication should be used as a source to use, this is the letter of the procedure source code.
Platform: | Size: 167936 | Author: | Hits:

[OtherCRCdecode

Description: 在基于matlab移动通信仿真中要使用到,作为信源使用,这个是信源码的编码的程序。-Matlab-based simulation of mobile communication should be used as a source to use, this is the letter of the procedure source code.
Platform: | Size: 167936 | Author: | Hits:

[Communication-Mobilecrc_coder

Description: 利用Matlab生成给定P生成多项式的CRC编码程序-Use Matlab to generate a given P to generate the CRC polynomial coding procedures
Platform: | Size: 13312 | Author: 杨睛 | Hits:

[VC/MFCCRC

Description:
Platform: | Size: 2048 | Author: 123 | Hits:

[Communication-Mobilecrc_32

Description: CRC编码的基本实现,希望对大家有帮助:)-CRC encoding the basic realization, I hope all of you help:)
Platform: | Size: 2048 | Author: 莫子初 | Hits:

[Software Engineeringcrc

Description: This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab structures. The CRC ExploreStruct was designed to expose the contents of the array struct to any depth and plot any of the components. This tool is very useful for programmers using structures in their code
Platform: | Size: 197632 | Author: jack | Hits:

[OtherCRC

Description: cyclic redudndancy check program in mat lab
Platform: | Size: 9216 | Author: gaurav | Hits:

[Speech/Voice recognition/combinespeechQuality

Description: 语音质量评价的matlab ,好用
Platform: | Size: 283648 | Author: 李立 | Hits:

[matlabSimulationolinearblockcodes

Description: CRC纠错原理及其Matlab仿真,]CgC(Cyclical Redundancy c融jcin蛰糖薹l:冗务搜验碡是一砖赣要娉践往分缀码,通过多磺式聚法撩溅错误,是在数撼逶髂争数撩 压缩中广泛应蘑的裣褥棱验的循环码。-CRC error correction theory and Matlab simulation,] CgC (Cyclical Redundancy c sugar into hibernation jcin Carex l: redundant works are found post-mortem one brick stone roller want Jiangxi Jian-ping up to the sub-code, through the many law-methyl-polybutadiene tease splashing errors are in a few struggle to shake a few Wei iliac tease Compression in a wide range of mattress should Comatus Prism code inspection cycle
Platform: | Size: 208896 | Author: oyy | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net